home *** CD-ROM | disk | FTP | other *** search
- global gMasterData, gSection, gFlashTime
-
- on goIntro
- go(label("intro"))
- set gSection to #intro
- goNarrator(gMasterData, "156")
- end
-
- on goReview
- stopSound2()
- go("Review")
- goNarrator(gMasterData, "157")
- initReviewData()
- set gSection to #review
- set gFlashTime to the ticks
- end
-
- on goScore
- scoreTheInput()
- set the member of sprite 2 to member "spin title"
- stopSound2()
- go("score")
- set gSection to #score
- showScore()
- if not activationOn(gMasterData) then
- activate(gMasterData)
- end if
- end
-